@px-lsp/server 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/README.md +1 -1
  2. package/data/ck3/skeletons.json +1 -0
  3. package/data/eu5/skeletons.json +1 -0
  4. package/data/vic3/skeletons.json +1 -0
  5. package/dist/browser-data/ck3/docs.json +1 -1
  6. package/dist/browser-data/ck3/tokens.json +1 -1
  7. package/dist/browser-data/vic3/tokens.json +1 -1
  8. package/dist/browser.js +50 -37
  9. package/dist/server.js +2000 -352
  10. package/dist/types/packages/server/src/features/blockSnippets.d.ts +20 -4
  11. package/dist/types/packages/server/src/features/completion.d.ts +11 -0
  12. package/dist/types/packages/server/src/features/definitionSkeletons.d.ts +24 -0
  13. package/dist/types/packages/server/src/games/ck3/schema.d.ts +1 -1
  14. package/dist/types/packages/server/src/games/eu5/index.d.ts +1 -1
  15. package/dist/types/packages/server/src/games/profile.d.ts +85 -1
  16. package/dist/types/packages/server/src/schema/skeletons.d.ts +102 -0
  17. package/dist/types/packages/server/src/schema/types.d.ts +30 -0
  18. package/package.json +3 -3
  19. package/src/coa/coa.ts +31 -0
  20. package/src/coa/coaDesigner.ts +131 -0
  21. package/src/coa/coaParse.ts +3 -0
  22. package/src/creators/definitionEdit.ts +198 -0
  23. package/src/creators/definitionForm.ts +479 -0
  24. package/src/creators/modifierFormats.ts +0 -0
  25. package/src/data/docsParser.ts +21 -4
  26. package/src/features/blockSnippets.ts +151 -20
  27. package/src/features/calendarDates.ts +8 -5
  28. package/src/features/completion.ts +38 -4
  29. package/src/features/definitionSkeletons.ts +109 -0
  30. package/src/features/inlayHints.ts +5 -2
  31. package/src/features/locText.ts +223 -0
  32. package/src/features/snippetList.ts +83 -0
  33. package/src/games/ck3/index.ts +16 -0
  34. package/src/games/ck3/meta.ts +81 -1
  35. package/src/games/ck3/schema.ts +83 -7
  36. package/src/games/ck3/structures.ts +37 -0
  37. package/src/games/eu5/index.ts +7 -1
  38. package/src/games/eu5/meta.ts +5 -1
  39. package/src/games/profile.ts +77 -1
  40. package/src/games/vic3/index.ts +4 -0
  41. package/src/games/vic3/meta.ts +5 -1
  42. package/src/gui/sourceModel.ts +51 -8
  43. package/src/gui/textResolve.ts +3 -3
  44. package/src/overview/dynastyTree.ts +493 -0
  45. package/src/overview/eventGraph.ts +21 -1
  46. package/src/overview/eventVocabulary.ts +33 -33
  47. package/src/overview/exampleWiki.ts +4 -1
  48. package/src/schema/loader.ts +2 -1
  49. package/src/schema/skeletons.ts +182 -0
  50. package/src/schema/types.ts +30 -0
  51. package/src/server.ts +147 -6
@@ -0,0 +1 @@
1
+ {"meta":{"generated":"2026-09-03","sources":["vanilla (2140 files)"],"majority":0.5},"kinds":{"achievement":{"sampled":141,"keys":[{"key":"possible","block":[]},{"key":"happened","block":[]}]},"ai_strategy":{"sampled":35,"keys":[{"key":"icon"},{"key":"type","choices":["diplomatic","political","administrative"]},{"key":"undesirable_infamy_level","block":[{"key":"value","choices":["50","25","10","75"]}]},{"key":"unacceptable_infamy_level","block":[{"key":"value","choices":["100","50","25","75"]}]},{"key":"diplomatic_play_boldness","block":[{"key":"value","choices":["50","75","-25","25","-10","0","-15"]}]},{"key":"recklessness","block":[{"key":"value","choices":["0.5","-0.25","-0.5","0.25","-0.1","0.1","1","1.0"]}]},{"key":"aggression","block":[{"key":"value","choices":["0.25","0.5","1","0","-2.0"]},{"key":"if","block":[]},{"key":"multiply","block":[]}]},{"key":"building_group_weights","block":[{"key":"bg_army","choices":["1.5","1.25"]}]},{"key":"possible","block":[{"key":"is_subject","choices":["no","yes"]}]},{"key":"weight","block":[{"key":"value"},{"key":"if","block":[]}]}],"blocks":{"aggression":{"sampled":18,"keys":[{"key":"value","choices":["0.25","0.5","1","0","-2.0"]},{"key":"if","block":[{"key":"limit","block":[]},{"key":"add","placeholder":"10"}]},{"key":"multiply","block":[{"key":"value"},{"key":"multiply","choices":["-0.1"]},{"key":"add","choices":["1"]},{"key":"max","choices":["2.0"]},{"key":"min","choices":["0.5"]}]}]},"building_group_weights":{"sampled":24,"keys":[{"key":"bg_army","choices":["1.5","1.25"]}]},"diplomatic_play_boldness":{"sampled":19,"keys":[{"key":"value","choices":["50","75","-25","25","-10","0","-15"]}]},"possible":{"sampled":34,"keys":[{"key":"is_subject","choices":["no","yes"]}]},"recklessness":{"sampled":19,"keys":[{"key":"value","choices":["0.5","-0.25","-0.5","0.25","-0.1","0.1","1","1.0"]}]},"unacceptable_infamy_level":{"sampled":19,"keys":[{"key":"value","choices":["100","50","25","75"]}]},"undesirable_infamy_level":{"sampled":19,"keys":[{"key":"value","choices":["50","25","10","75"]}]},"weight":{"sampled":35,"keys":[{"key":"value"},{"key":"if","block":[{"key":"limit","block":[]},{"key":"add","placeholder":"10"}]}]}}},"alert_group":{"sampled":24,"keys":[]},"alert_type":{"sampled":66,"keys":[{"key":"script_context"},{"key":"texture"},{"key":"valid","block":[]},{"key":"open_panel"},{"key":"type","choices":["alert","important_action","angry_important_action"]},{"key":"color","choices":["red","yellow","green"]}]},"amendment":{"sampled":67,"keys":[{"key":"parent"},{"key":"allowed_laws","block":[]},{"key":"modifier","block":[]},{"key":"possible","block":[{"key":"always","choices":["yes"]}]},{"key":"would_sponsor","block":[]},{"key":"ai_will_revoke","block":[{"key":"always","choices":["no","yes"]}]},{"key":"can_repeal","block":[{"key":"legitimacy","choices":["legitimacy_to_repeal_amendment"]}]},{"key":"amendment_activism_multiplier","choices":["0.5","0.25","1","0.75","0","0.1","0.3","0.50"]}],"blocks":{"ai_will_revoke":{"sampled":67,"keys":[{"key":"always","choices":["no","yes"]}]},"can_repeal":{"sampled":67,"keys":[{"key":"legitimacy","choices":["legitimacy_to_repeal_amendment"]}]},"possible":{"sampled":67,"keys":[{"key":"always","choices":["yes"]}]}}},"battle_condition":{"sampled":21,"keys":[{"key":"icon"},{"key":"modifier","block":[{"key":"unit_morale_loss_mult","placeholder":"-0.1"}]},{"key":"possible","block":[{"key":"exists","choices":["scope:character"]}]},{"key":"weight","block":[{"key":"value","choices":["1","0.5","100","25","50"]},{"key":"multiply","block":[]},{"key":"if","block":[]}]}],"blocks":{"modifier":{"sampled":21,"keys":[{"key":"unit_morale_loss_mult","placeholder":"-0.1"}]},"possible":{"sampled":18,"keys":[{"key":"exists","choices":["scope:character"]}]},"weight":{"sampled":20,"keys":[{"key":"value","choices":["1","0.5","100","25","50"]},{"key":"multiply","block":[{"key":"value","choices":["1"]},{"key":"min","choices":["0"]}]},{"key":"if","block":[{"key":"limit","block":[]},{"key":"add","choices":["2","1","0.5"]}]}]}}},"building":{"sampled":115,"keys":[{"key":"building_group"},{"key":"icon"},{"key":"city_type","choices":["city","farm","mine","port","wood","none"]},{"key":"expandable","choices":["no"]},{"key":"levels_per_mesh","choices":["50","1","0","5"]},{"key":"downsizeable","choices":["no"]},{"key":"unlocking_technologies","block":[]},{"key":"production_method_groups","block":[]},{"key":"required_construction"},{"key":"ownership_type","choices":["self","other"]},{"key":"background"}]},"building_group":{"sampled":69,"keys":[{"key":"parent_group"},{"key":"default_building"}]},"buy_package":{"sampled":99,"keys":[{"key":"political_strength","placeholder":"0.03"},{"key":"goods","block":[{"key":"popneed_heating","placeholder":"26"},{"key":"popneed_services","placeholder":"103468"},{"key":"popneed_intoxicants","placeholder":"216"},{"key":"popneed_luxury_drinks","placeholder":"101001"},{"key":"popneed_free_movement","placeholder":"101001"},{"key":"popneed_communication","placeholder":"101001"},{"key":"popneed_luxury_food","placeholder":"1009"},{"key":"popneed_luxury_items","placeholder":"107055"},{"key":"popneed_leisure","placeholder":"102"}]}],"blocks":{"goods":{"sampled":99,"keys":[{"key":"popneed_heating","placeholder":"26"},{"key":"popneed_services","placeholder":"103468"},{"key":"popneed_intoxicants","placeholder":"216"},{"key":"popneed_luxury_drinks","placeholder":"101001"},{"key":"popneed_free_movement","placeholder":"101001"},{"key":"popneed_communication","placeholder":"101001"},{"key":"popneed_luxury_food","placeholder":"1009"},{"key":"popneed_luxury_items","placeholder":"107055"},{"key":"popneed_leisure","placeholder":"102"}]}}},"character_interaction":{"sampled":21,"keys":[{"key":"clicksound"},{"key":"icon"},{"key":"potential","block":[{"key":"owner","choices":["scope:actor"]},{"key":"is_ruler_of_own_country","choices":["no","yes"]}]},{"key":"possible","block":[{"key":"custom_tooltip","block":[]}]},{"key":"effect","block":[{"key":"owner","block":[]}]},{"key":"cooldown","block":[{"key":"days","choices":["normal_modifier_time","short_modifier_time","long_modifier_time"]}]},{"key":"show_confirmation_box","choices":["yes"]},{"key":"ai_chance","block":[{"key":"value","choices":["-50","0","1","-25","-85","25"]},{"key":"if","block":[]}]}],"blocks":{"ai_chance":{"sampled":21,"keys":[{"key":"value","choices":["-50","0","1","-25","-85","25"]},{"key":"if","block":[{"key":"limit","block":[]},{"key":"add","placeholder":"25"}]}]},"cooldown":{"sampled":15,"keys":[{"key":"days","choices":["normal_modifier_time","short_modifier_time","long_modifier_time"]}]},"effect":{"sampled":21,"keys":[{"key":"owner","block":[{"key":"add_modifier","block":[]}]}]},"possible":{"sampled":21,"keys":[{"key":"custom_tooltip","block":[{"key":"text"}]}]},"potential":{"sampled":21,"keys":[{"key":"owner","choices":["scope:actor"]},{"key":"is_ruler_of_own_country","choices":["no","yes"]}]}}},"character_role":{"sampled":10,"keys":[{"key":"texture"},{"key":"type"},{"key":"priority","choices":["50","10","1","100","2","25","99"]},{"key":"auto_assigned","choices":["yes"]},{"key":"title_format","choices":["from_rank","custom","from_name","heir","ruler"]},{"key":"title_preposition","choices":["PREP_IN","PREP_OF"]},{"key":"career_length","block":[]},{"key":"character_modifier","block":[{"key":"character_prominence_add","choices":["50","-10","10","100","25"]}]}]},"character_template":{"sampled":2010,"keys":[{"key":"first_name"},{"key":"last_name"},{"key":"historical","choices":["yes","no"]},{"key":"culture"},{"key":"birth_date"},{"key":"interest_group"},{"key":"ideology"},{"key":"home_region"},{"key":"traits","block":[]}]},"character_trait":{"sampled":121,"keys":[{"key":"type","choices":["skill","personality","condition"]},{"key":"texture"},{"key":"character_modifier","block":[{"key":"character_popularity_add","placeholder":"25"}]},{"key":"command_modifier","block":[]},{"key":"country_modifier","block":[]},{"key":"agitator_modifier","block":[]},{"key":"interest_group_modifier","block":[]},{"key":"possible","block":[]},{"key":"replace","block":[]},{"key":"weight","block":[{"key":"value"},{"key":"if","block":[]}]},{"key":"value","choices":["3","2","1"]}],"blocks":{"character_modifier":{"sampled":91,"keys":[{"key":"character_popularity_add","placeholder":"25"}]},"weight":{"sampled":65,"keys":[{"key":"value"},{"key":"if","block":[{"key":"limit","block":[]},{"key":"multiply","placeholder":"2"}]}]}}},"combat_unit_type":{"sampled":19,"keys":[{"key":"group","choices":["combat_unit_group_infantry","combat_unit_group_artillery","combat_unit_group_cavalry","combat_unit_group_marines"]},{"key":"max_manpower","choices":["1000"]},{"key":"supply_capacity","placeholder":"40"},{"key":"upkeep_modifier","block":[{"key":"goods_input_small_arms_add","choices":["2","3","1","1.5","2.5","4"]},{"key":"goods_input_ammunition_add","choices":["3","2","4","1","1.5"]}]},{"key":"battle_modifier","block":[{"key":"unit_offense_add","placeholder":"25"},{"key":"unit_defense_add","placeholder":"25"},{"key":"unit_morale_loss_add","choices":["10","8","6","4","15"]},{"key":"unit_naval_invasion_efficiency_mult","choices":["-0.25"]}]},{"key":"unlocking_technologies","block":[]},{"key":"combat_unit_image","block":[{"key":"trigger","block":[]},{"key":"texture"}]},{"key":"upgrades","block":[]}],"blocks":{"battle_modifier":{"sampled":19,"keys":[{"key":"unit_offense_add","placeholder":"25"},{"key":"unit_defense_add","placeholder":"25"},{"key":"unit_morale_loss_add","choices":["10","8","6","4","15"]},{"key":"unit_naval_invasion_efficiency_mult","choices":["-0.25"]}]},"combat_unit_image":{"sampled":77,"keys":[{"key":"trigger","block":[{"key":"has_culture_graphics","choices":["african","arabic","east_asian","south_asian","decentralised_americas","polynesian"]}]},{"key":"texture"}]},"upkeep_modifier":{"sampled":19,"keys":[{"key":"goods_input_small_arms_add","choices":["2","3","1","1.5","2.5","4"]},{"key":"goods_input_ammunition_add","choices":["3","2","4","1","1.5"]}]}}},"commander_order":{"sampled":12,"keys":[{"key":"texture"},{"key":"military_type","choices":["army"]},{"key":"behavior","choices":["advance","defend"]},{"key":"visible","block":[{"key":"has_role_of_type","choices":["general"]}]},{"key":"possible","block":[{"key":"has_role_of_type","choices":["general"]}]},{"key":"modifier","block":[{"key":"character_advancement_speed_add","choices":["2","7","3","4","5"]}]},{"key":"entity_animation","choices":["advance","defend"]},{"key":"clicksound"},{"key":"experience","choices":["0.1"]},{"key":"ai_weight","block":[{"key":"value","choices":["2","1"]}]}],"blocks":{"ai_weight":{"sampled":12,"keys":[{"key":"value","choices":["2","1"]}]},"modifier":{"sampled":12,"keys":[{"key":"character_advancement_speed_add","choices":["2","7","3","4","5"]}]},"possible":{"sampled":12,"keys":[{"key":"has_role_of_type","choices":["general"]}]},"visible":{"sampled":12,"keys":[{"key":"has_role_of_type","choices":["general"]}]}}},"company_type":{"sampled":221,"keys":[{"key":"icon"},{"key":"background"},{"key":"flavored_company","choices":["yes","no"]},{"key":"preferred_headquarters","block":[]},{"key":"building_types","block":[]},{"key":"extension_building_types","block":[]},{"key":"possible_prestige_goods","block":[]},{"key":"potential","block":[{"key":"has_interest_marker_in_region"}]},{"key":"attainable","block":[{"key":"hidden_trigger","block":[]}]},{"key":"possible","block":[{"key":"any_scope_state","block":[]}]},{"key":"prosperity_modifier","block":[]},{"key":"ai_will_do","block":[{"key":"any_scope_state","block":[]}]},{"key":"ai_construction_targets","block":[]},{"key":"ai_weight","block":[{"key":"value","choices":["3","100"]}]}],"blocks":{"ai_weight":{"sampled":195,"keys":[{"key":"value","choices":["3","100"]}]},"ai_will_do":{"sampled":221,"keys":[{"key":"any_scope_state","block":[{"key":"state_region"},{"key":"is_incorporated","choices":["yes"]}]}]},"attainable":{"sampled":181,"keys":[{"key":"hidden_trigger","block":[{"key":"any_scope_state","block":[]}]}]},"possible":{"sampled":221,"keys":[{"key":"any_scope_state","block":[{"key":"state_region"},{"key":"is_incorporated","choices":["yes"]},{"key":"any_scope_building","block":[]}]}]},"potential":{"sampled":196,"keys":[{"key":"has_interest_marker_in_region"}]}}},"country_definition":{"sampled":830,"keys":[{"key":"color","block":[]},{"key":"country_type","choices":["unrecognized","recognized","decentralized","colonial","company"]},{"key":"tier","choices":["principality","kingdom","empire","grand_principality","city_state","hegemony"]},{"key":"cultures","block":[]},{"key":"capital"}]},"culture":{"sampled":317,"keys":[{"key":"color","block":[]},{"key":"religion"},{"key":"heritage"},{"key":"language"},{"key":"traditions","block":[]},{"key":"male_common_first_names","block":[]},{"key":"female_common_first_names","block":[]},{"key":"noble_last_names","block":[]},{"key":"common_last_names","block":[]},{"key":"ethnicities","block":[{"key":"1"}]},{"key":"graphics"},{"key":"seal_and_signature_texture"}],"blocks":{"ethnicities":{"sampled":317,"keys":[{"key":"1"}]}}},"culture_graphics":{"sampled":10,"keys":[]},"customizable_localization":{"sampled":480,"keys":[{"key":"type"},{"key":"text","block":[{"key":"trigger","block":[]},{"key":"localization_key"}]},{"key":"log_loc_errors","choices":["no"]}],"blocks":{"text":{"sampled":14256,"keys":[{"key":"trigger","block":[]},{"key":"localization_key"}]}}},"decision":{"sampled":60,"keys":[{"key":"is_shown","block":[{"key":"NOT","block":[]}]},{"key":"possible","block":[]},{"key":"when_taken","block":[]},{"key":"ai_chance","block":[{"key":"value","choices":["0","10","1","100","-10","5","-100","50"]}]}],"blocks":{"ai_chance":{"sampled":60,"keys":[{"key":"value","choices":["0","10","1","100","-10","5","-100","50"]}]},"is_shown":{"sampled":60,"keys":[{"key":"NOT","block":[{"key":"has_variable"}]}]}}},"decree":{"sampled":11,"keys":[{"key":"texture"},{"key":"unlocking_technologies","block":[]},{"key":"state_trigger","block":[]},{"key":"modifier","block":[]},{"key":"cost","choices":["100","50"]},{"key":"ai_weight","block":[{"key":"value","choices":["0","100","25"]},{"key":"if","block":[]}]}],"blocks":{"ai_weight":{"sampled":11,"keys":[{"key":"value","choices":["0","100","25"]},{"key":"if","block":[{"key":"limit","block":[]},{"key":"add","choices":["50","500","100","1000","75","25"]}]}]}}},"diplomatic_action":{"sampled":55,"keys":[{"key":"groups","block":[]},{"key":"requires_approval","choices":["no","yes"]},{"key":"should_notify_third_parties","choices":["yes","no"]},{"key":"potential","block":[]},{"key":"selectable","block":[]},{"key":"pact","block":[{"key":"cost","choices":["10","0","100","50","25","150"]},{"key":"relations_progress_per_day","choices":["1","-1","-3","-4","3"]},{"key":"actor_can_break","block":[]},{"key":"max_target_involvement","choices":["1000","5000","8000","2500"]},{"key":"requirement_to_maintain","block":[]},{"key":"target_involvement_applies_to","choices":["source_country","mutual"]},{"key":"second_modifier","block":[]},{"key":"manual_break_effect","block":[]},{"key":"auto_break_effect","block":[]}]},{"key":"possible","block":[]},{"key":"ai","block":[{"key":"evaluation_chance","block":[]},{"key":"propose_score","block":[]},{"key":"will_propose","block":[]}]},{"key":"accept_effect","block":[]}],"blocks":{"ai":{"sampled":52,"keys":[{"key":"evaluation_chance","block":[{"key":"value","choices":["0.25","0","0.0","0.025","0.1","0.5","0.01"]}]},{"key":"propose_score","block":[{"key":"value","choices":["10","100","5","0","1","20","1000"]}]},{"key":"will_propose","block":[{"key":"OR","block":[]}]}]},"pact":{"sampled":30,"keys":[{"key":"cost","choices":["10","0","100","50","25","150"]},{"key":"relations_progress_per_day","choices":["1","-1","-3","-4","3"]},{"key":"actor_can_break","block":[{"key":"is_diplomatic_play_committed_participant","choices":["no"]}]},{"key":"max_target_involvement","choices":["1000","5000","8000","2500"]},{"key":"requirement_to_maintain","block":[{"key":"trigger","block":[]}]},{"key":"target_involvement_applies_to","choices":["source_country","mutual"]},{"key":"second_modifier","block":[]},{"key":"manual_break_effect","block":[]},{"key":"auto_break_effect","block":[{"key":"create_bidirectional_truce","block":[]}]}]}}},"diplomatic_catalyst":{"sampled":77,"keys":[{"key":"category"},{"key":"political_lobby_creation","block":[{"key":"lobby_anti_country","block":[]}]},{"key":"ai_country_goal_recalculation","block":[{"key":"type","choices":["more_hostile","more_friendly","only_hostile","all","only_friendly","not_hostile"]},{"key":"chance","block":[]}]}],"blocks":{"ai_country_goal_recalculation":{"sampled":60,"keys":[{"key":"type","choices":["more_hostile","more_friendly","only_hostile","all","only_friendly","not_hostile"]},{"key":"chance","block":[{"key":"value"},{"key":"if","block":[]},{"key":"else_if","block":[]}]}]},"political_lobby_creation":{"sampled":44,"keys":[{"key":"lobby_anti_country","block":[{"key":"value","placeholder":"0.05"},{"key":"if","block":[]},{"key":"else_if","block":[]}]}]}}},"diplomatic_catalyst_category":{"sampled":35,"keys":[{"key":"lobby_formation_reason","choices":["diplomacy","aggression","defense","ideology","economy","funded"]},{"key":"duration","block":[{"key":"years","choices":["5","10","2","20","1","100"]}]}],"blocks":{"duration":{"sampled":35,"keys":[{"key":"years","choices":["5","10","2","20","1","100"]}]}}},"diplomatic_play":{"sampled":52,"keys":[{"key":"war_goal"},{"key":"texture"},{"key":"possible","block":[{"key":"NOT","block":[]}]},{"key":"ai_acceptance_max","choices":["100","90","75"]},{"key":"selectable_in_lens","block":[{"key":"always","choices":["no"]}]},{"key":"on_weekly_pulse","block":[]},{"key":"on_war_begins","block":[]},{"key":"on_war_end","block":[]}],"blocks":{"possible":{"sampled":52,"keys":[{"key":"NOT","block":[{"key":"is_country_type","choices":["decentralized"]}]}]},"selectable_in_lens":{"sampled":28,"keys":[{"key":"always","choices":["no"]}]}}},"discrimination_trait":{"sampled":324,"keys":[{"key":"type","choices":["language","heritage","tradition"]},{"key":"trait_group"}]},"discrimination_trait_group":{"sampled":89,"keys":[{"key":"type","choices":["language","heritage"]}]},"dna":{"sampled":583,"keys":[{"key":"portrait_info","block":[{"key":"genes","block":[]}]},{"key":"enabled","choices":["yes"]}],"blocks":{"portrait_info":{"sampled":583,"keys":[{"key":"genes","block":[{"key":"hair_color","block":[]},{"key":"skin_color","block":[]},{"key":"eye_color","block":[]},{"key":"gene_cheek_fat","block":[]},{"key":"gene_cheek_forward","block":[]},{"key":"gene_cheek_height","block":[]},{"key":"gene_cheek_prom","block":[]},{"key":"gene_cheek_width","block":[]},{"key":"gene_chin_forward","block":[]},{"key":"gene_chin_height","block":[]},{"key":"gene_chin_width","block":[]},{"key":"gene_ear_angle","block":[]},{"key":"gene_ear_inner_shape","block":[]},{"key":"gene_ear_lower_bend","block":[]},{"key":"gene_ear_out","block":[]},{"key":"gene_ear_size","block":[]},{"key":"gene_ear_upper_bend","block":[]},{"key":"gene_eye_angle","block":[]},{"key":"gene_eye_depth","block":[]},{"key":"gene_eye_distance","block":[]},{"key":"gene_eye_height","block":[]},{"key":"gene_eye_shut","block":[]},{"key":"gene_eye_corner_def","block":[]},{"key":"gene_eye_corner_depth_min","block":[]},{"key":"gene_eye_fold_droop","block":[]},{"key":"gene_eye_fold_shape","block":[]},{"key":"gene_eye_size","block":[]},{"key":"gene_eye_upper_lid_size","block":[]},{"key":"gene_forehead_angle","block":[]},{"key":"gene_forehead_brow_curve","block":[]},{"key":"gene_forehead_brow_forward","block":[]},{"key":"gene_forehead_brow_height","block":[]},{"key":"gene_forehead_brow_inner_height","block":[]},{"key":"gene_forehead_brow_outer_height","block":[]},{"key":"gene_forehead_brow_width","block":[]},{"key":"gene_forehead_height","block":[]},{"key":"gene_forehead_roundness","block":[]},{"key":"gene_forehead_width","block":[]},{"key":"gene_head_height","block":[]},{"key":"gene_head_profile","block":[]},{"key":"gene_head_top_height","block":[]},{"key":"gene_head_top_width","block":[]},{"key":"gene_head_width","block":[]},{"key":"gene_jaw_angle","block":[]},{"key":"gene_jaw_def","block":[]},{"key":"gene_jaw_forward","block":[]},{"key":"gene_jaw_height","block":[]},{"key":"gene_jaw_width","block":[]},{"key":"gene_mouth_corner_height","block":[]},{"key":"gene_mouth_forward","block":[]},{"key":"gene_mouth_height","block":[]},{"key":"gene_mouth_lower_lip_def","block":[]},{"key":"gene_mouth_lower_lip_full","block":[]},{"key":"gene_mouth_lower_lip_pads","block":[]},{"key":"gene_mouth_lower_lip_size","block":[]},{"key":"gene_mouth_lower_lip_width","block":[]},{"key":"gene_mouth_open","block":[]},{"key":"gene_mouth_philtrum_curve","block":[]},{"key":"gene_mouth_philtrum_def","block":[]},{"key":"gene_mouth_philtrum_width","block":[]},{"key":"gene_mouth_upper_lip_curve","block":[]},{"key":"gene_mouth_upper_lip_def","block":[]},{"key":"gene_mouth_upper_lip_full","block":[]},{"key":"gene_mouth_upper_lip_width","block":[]},{"key":"gene_mouth_upper_lip_size","block":[]},{"key":"gene_mouth_width","block":[]},{"key":"gene_nose_curve","block":[]},{"key":"gene_nose_forward","block":[]},{"key":"gene_nose_hawk","block":[]},{"key":"gene_nose_height","block":[]},{"key":"gene_nose_length","block":[]},{"key":"gene_nose_nostril_angle","block":[]},{"key":"gene_nose_nostril_height","block":[]},{"key":"gene_nose_nostril_width","block":[]},{"key":"gene_nose_ridge_angle","block":[]},{"key":"gene_nose_ridge_def","block":[]},{"key":"gene_nose_ridge_def_min","block":[]},{"key":"gene_nose_ridge_width","block":[]},{"key":"gene_nose_size","block":[]},{"key":"gene_nose_tip_angle","block":[]},{"key":"gene_nose_tip_forward","block":[]},{"key":"gene_nose_tip_width","block":[]},{"key":"gene_neck_length","block":[]},{"key":"gene_neck_width","block":[]},{"key":"gene_bs_body_type","block":[]},{"key":"gene_height","block":[]},{"key":"gene_age","block":[]},{"key":"gene_old_ears","block":[]},{"key":"gene_old_eyes","block":[]},{"key":"gene_old_forehead","block":[]},{"key":"gene_old_mouth","block":[]},{"key":"gene_old_nose","block":[]},{"key":"gene_complexion","block":[]},{"key":"gene_stubble","block":[]},{"key":"gene_crowfeet","block":[]},{"key":"gene_face_dacals","block":[]},{"key":"gene_frown","block":[]},{"key":"gene_surprise","block":[]},{"key":"gene_eyebrows_shape","block":[]},{"key":"gene_eyebrows_fullness","block":[]},{"key":"hairstyles","block":[]},{"key":"beards","block":[]},{"key":"mustaches","block":[]},{"key":"props","block":[]},{"key":"eye_accessory","block":[]},{"key":"eye_lashes_accessory","block":[]},{"key":"teeth_accessory","block":[]}]}]}}},"dynamic_company_name":{"sampled":10,"keys":[{"key":"uses_plural_naming","choices":["no","yes"]},{"key":"use_for_flavored_companies","choices":["no"]},{"key":"weight","block":[{"key":"value","choices":["1"]}]}],"blocks":{"weight":{"sampled":10,"keys":[{"key":"value","choices":["1"]}]}}},"dynamic_country_map_color":{"sampled":75,"keys":[{"key":"color"},{"key":"possible","block":[{"key":"exists"}]}],"blocks":{"possible":{"sampled":75,"keys":[{"key":"exists"}]}}},"dynamic_treaty_name":{"sampled":34,"keys":[{"key":"trigger","block":[{"key":"any_scope_article_option","block":[]}]},{"key":"weight","block":[{"key":"value","choices":["10","100","300","200","10000"]}]}],"blocks":{"trigger":{"sampled":34,"keys":[{"key":"any_scope_article_option","block":[{"key":"OR","block":[]}]}]},"weight":{"sampled":33,"keys":[{"key":"value","choices":["10","100","300","200","10000"]}]}}},"effect_localization":{"sampled":297,"keys":[{"key":"global"},{"key":"third"}]},"ethnicity":{"sampled":36,"keys":[{"key":"template","choices":["ethnicity_template","caucasian_base","slavic","caucasian_brown_hair","caucasian_dark_hair","caucasian_ginger","indian"]},{"key":"skin_color","block":[{"key":"10","block":[]}]},{"key":"eye_color","block":[]},{"key":"hair_color","block":[]},{"key":"gene_chin_forward","block":[{"key":"84","block":[]}]},{"key":"gene_chin_height","block":[{"key":"84","block":[]}]},{"key":"gene_chin_width","block":[{"key":"64","block":[]}]},{"key":"gene_forehead_angle","block":[{"key":"64","block":[]}]},{"key":"gene_forehead_height","block":[{"key":"40","block":[]}]},{"key":"gene_head_top_width","block":[{"key":"5","block":[]},{"key":"25","block":[]}]},{"key":"gene_jaw_angle","block":[{"key":"64","block":[]}]},{"key":"gene_jaw_forward","block":[{"key":"84","block":[]}]},{"key":"gene_jaw_height","block":[{"key":"84","block":[]}]},{"key":"gene_jaw_width","block":[{"key":"64","block":[]}]},{"key":"gene_mouth_corner_height","block":[{"key":"74","block":[]}]},{"key":"gene_mouth_lower_lip_size","block":[{"key":"84","block":[]}]},{"key":"gene_mouth_upper_lip_size","block":[{"key":"84","block":[]}]},{"key":"gene_cheek_fat","block":[{"key":"64","block":[]}]},{"key":"gene_cheek_height","block":[{"key":"84","block":[]}]},{"key":"gene_cheek_width","block":[{"key":"84","block":[]}]},{"key":"gene_jaw_def","block":[{"key":"64","block":[]}]},{"key":"gene_mouth_lower_lip_def","block":[{"key":"64","block":[]}]},{"key":"gene_mouth_lower_lip_full","block":[]},{"key":"gene_mouth_lower_lip_pads","block":[{"key":"64","block":[]}]},{"key":"gene_mouth_lower_lip_width","block":[{"key":"84","block":[]}]},{"key":"gene_mouth_philtrum_curve","block":[{"key":"64","block":[]}]},{"key":"gene_mouth_philtrum_def","block":[{"key":"64","block":[]}]},{"key":"gene_mouth_philtrum_width","block":[{"key":"84","block":[]}]},{"key":"gene_mouth_upper_lip_curve","block":[{"key":"64","block":[]}]},{"key":"gene_mouth_upper_lip_def","block":[{"key":"64","block":[]}]},{"key":"gene_mouth_upper_lip_full","block":[]},{"key":"gene_nose_curve","block":[{"key":"74","block":[]}]},{"key":"gene_nose_forward","block":[{"key":"20","block":[]}]},{"key":"gene_nose_hawk","block":[{"key":"84","block":[]}]},{"key":"gene_nose_height","block":[{"key":"1","block":[]}]},{"key":"gene_nose_length","block":[{"key":"84","block":[]}]},{"key":"gene_nose_nostril_height","block":[{"key":"1","block":[]},{"key":"84","block":[]}]},{"key":"gene_nose_nostril_width","block":[]},{"key":"gene_nose_ridge_angle","block":[{"key":"1","block":[]}]},{"key":"gene_nose_ridge_def","block":[{"key":"84","block":[]}]},{"key":"gene_nose_ridge_width","block":[]},{"key":"gene_nose_size","block":[]},{"key":"gene_nose_tip_angle","block":[]},{"key":"gene_nose_tip_forward","block":[]},{"key":"gene_nose_tip_width","block":[{"key":"84","block":[]}]},{"key":"gene_bs_body_type","block":[{"key":"20","block":[]}]},{"key":"gene_height","block":[{"key":"84","block":[]}]},{"key":"gene_old_eyes","block":[{"key":"10","block":[]}]},{"key":"gene_old_forehead","block":[{"key":"10","block":[]}]},{"key":"gene_old_mouth","block":[{"key":"10","block":[]}]},{"key":"gene_complexion","block":[{"key":"10","block":[]}]},{"key":"gene_crowfeet","block":[{"key":"9","block":[]},{"key":"1","block":[]}]},{"key":"gene_eyebrows_shape","block":[{"key":"10","block":[]},{"key":"5","block":[]}]},{"key":"gene_frown","block":[{"key":"8","block":[]},{"key":"2","block":[]}]},{"key":"gene_eyebrows_fullness","block":[{"key":"10","block":[]},{"key":"15","block":[]},{"key":"5","block":[]}]},{"key":"gene_surprise","block":[{"key":"9","block":[]},{"key":"1","block":[]}]},{"key":"hairstyles","block":[{"key":"10","block":[]}]},{"key":"beards","block":[{"key":"10","block":[]}]},{"key":"mustaches","block":[{"key":"10","block":[]}]}],"blocks":{"beards":{"sampled":21,"keys":[{"key":"10","block":[{"key":"name","choices":["european_beards","african_beards","all_beards","arabic_beards","asian_beards","no_beard","frankenstein_scars","indian_beards"]},{"key":"range","block":[]}]}]},"gene_bs_body_type":{"sampled":20,"keys":[{"key":"20","block":[{"key":"name","choices":["body_fat_head_fat_full","body_fat_head_fat_low","body_fat_head_fat_medium"]},{"key":"range","block":[]}]}]},"gene_cheek_fat":{"sampled":18,"keys":[{"key":"64","block":[{"key":"name","choices":["cheek_fat"]},{"key":"range","block":[]}]}]},"gene_cheek_height":{"sampled":18,"keys":[{"key":"84","block":[{"key":"name","choices":["cheek_height"]},{"key":"range","block":[]}]}]},"gene_cheek_width":{"sampled":18,"keys":[{"key":"84","block":[{"key":"name","choices":["cheek_width"]},{"key":"range","block":[]}]}]},"gene_chin_forward":{"sampled":18,"keys":[{"key":"84","block":[{"key":"name","choices":["chin_forward"]},{"key":"range","block":[]}]}]},"gene_chin_height":{"sampled":18,"keys":[{"key":"84","block":[{"key":"name","choices":["chin_height"]},{"key":"range","block":[]}]}]},"gene_chin_width":{"sampled":18,"keys":[{"key":"64","block":[{"key":"name","choices":["chin_width"]},{"key":"range","block":[]}]}]},"gene_complexion":{"sampled":20,"keys":[{"key":"10","block":[{"key":"name","choices":["complexion_01","complexion_02","complexion_03"]},{"key":"range","block":[]}]}]},"gene_crowfeet":{"sampled":20,"keys":[{"key":"9","block":[{"key":"name","choices":["crowfeet_01","crowfeet_02","crowfeet_03"]},{"key":"range","block":[]}]},{"key":"1","block":[{"key":"name","choices":["crowfeet_01","crowfeet_02","crowfeet_03"]},{"key":"range","block":[]}]}]},"gene_eyebrows_fullness":{"sampled":29,"keys":[{"key":"10","block":[{"key":"name","choices":["layer_2_avg_thickness","layer_2_low_thickness","layer_2_lower_thickness"]},{"key":"range","block":[]}]},{"key":"15","block":[{"key":"name","choices":["layer_2_avg_thickness","layer_2_low_thickness","layer_2_lower_thickness"]},{"key":"range","block":[]}]},{"key":"5","block":[{"key":"name","choices":["layer_2_high_thickness"]},{"key":"range","block":[]}]}]},"gene_eyebrows_shape":{"sampled":29,"keys":[{"key":"10","block":[{"key":"name"},{"key":"range","block":[]}]},{"key":"5","block":[{"key":"name","choices":["avg_spacing_high_thickness","far_spacing_high_thickness","avg_spacing_low_thickness","avg_spacing_lower_thickness","close_spacing_avg_thickness","far_spacing_lower_thickness","avg_spacing_avg_thickness"]},{"key":"range","block":[]}]}]},"gene_forehead_angle":{"sampled":18,"keys":[{"key":"64","block":[{"key":"name","choices":["forehead_angle"]},{"key":"range","block":[]}]}]},"gene_forehead_height":{"sampled":20,"keys":[{"key":"40","block":[{"key":"name","choices":["forehead_height"]},{"key":"range","block":[]}]}]},"gene_frown":{"sampled":20,"keys":[{"key":"8","block":[{"key":"name","choices":["frown_01","frown_02","frown_03"]},{"key":"range","block":[]}]},{"key":"2","block":[{"key":"name","choices":["frown_01","frown_02","frown_03"]},{"key":"range","block":[]}]}]},"gene_head_top_width":{"sampled":18,"keys":[{"key":"5","block":[{"key":"name","choices":["head_top_width"]},{"key":"range","block":[]}]},{"key":"25","block":[{"key":"name","choices":["head_top_width"]},{"key":"range","block":[]}]}]},"gene_height":{"sampled":20,"keys":[{"key":"84","block":[{"key":"name","choices":["normal_height"]},{"key":"range","block":[]}]}]},"gene_jaw_angle":{"sampled":18,"keys":[{"key":"64","block":[{"key":"name","choices":["jaw_angle"]},{"key":"range","block":[]}]}]},"gene_jaw_def":{"sampled":18,"keys":[{"key":"64","block":[{"key":"name","choices":["jaw_def"]},{"key":"range","block":[]}]}]},"gene_jaw_forward":{"sampled":18,"keys":[{"key":"84","block":[{"key":"name","choices":["jaw_forward"]},{"key":"range","block":[]}]}]},"gene_jaw_height":{"sampled":18,"keys":[{"key":"84","block":[{"key":"name","choices":["jaw_height"]},{"key":"range","block":[]}]}]},"gene_jaw_width":{"sampled":18,"keys":[{"key":"64","block":[{"key":"name","choices":["jaw_width"]},{"key":"range","block":[]}]}]},"gene_mouth_corner_height":{"sampled":18,"keys":[{"key":"74","block":[{"key":"name","choices":["mouth_corner_height"]},{"key":"range","block":[]}]}]},"gene_mouth_lower_lip_def":{"sampled":18,"keys":[{"key":"64","block":[{"key":"name","choices":["mouth_lower_lip_def"]},{"key":"range","block":[]}]}]},"gene_mouth_lower_lip_pads":{"sampled":18,"keys":[{"key":"64","block":[{"key":"name","choices":["mouth_lower_lip_pads"]},{"key":"range","block":[]}]}]},"gene_mouth_lower_lip_size":{"sampled":19,"keys":[{"key":"84","block":[{"key":"name","choices":["mouth_lower_lip_size"]},{"key":"range","block":[]}]}]},"gene_mouth_lower_lip_width":{"sampled":18,"keys":[{"key":"84","block":[{"key":"name","choices":["mouth_lower_lip_width"]},{"key":"range","block":[]}]}]},"gene_mouth_philtrum_curve":{"sampled":18,"keys":[{"key":"64","block":[{"key":"name","choices":["mouth_philtrum_curve"]},{"key":"range","block":[]}]}]},"gene_mouth_philtrum_def":{"sampled":18,"keys":[{"key":"64","block":[{"key":"name","choices":["mouth_philtrum_def"]},{"key":"range","block":[]}]}]},"gene_mouth_philtrum_width":{"sampled":18,"keys":[{"key":"84","block":[{"key":"name","choices":["mouth_philtrum_width"]},{"key":"range","block":[]}]}]},"gene_mouth_upper_lip_curve":{"sampled":18,"keys":[{"key":"64","block":[{"key":"name","choices":["mouth_upper_lip_curve"]},{"key":"range","block":[]}]}]},"gene_mouth_upper_lip_def":{"sampled":18,"keys":[{"key":"64","block":[{"key":"name","choices":["mouth_upper_lip_def"]},{"key":"range","block":[]}]}]},"gene_mouth_upper_lip_size":{"sampled":19,"keys":[{"key":"84","block":[{"key":"name","choices":["mouth_upper_lip_size"]},{"key":"range","block":[]}]}]},"gene_nose_curve":{"sampled":18,"keys":[{"key":"74","block":[{"key":"name","choices":["nose_curve"]},{"key":"range","block":[]}]}]},"gene_nose_forward":{"sampled":18,"keys":[{"key":"20","block":[{"key":"name","choices":["nose_forward"]},{"key":"range","block":[]}]}]},"gene_nose_hawk":{"sampled":18,"keys":[{"key":"84","block":[{"key":"name","choices":["nose_hawk"]},{"key":"range","block":[]}]}]},"gene_nose_height":{"sampled":18,"keys":[{"key":"1","block":[{"key":"name","choices":["nose_height"]},{"key":"range","block":[]}]}]},"gene_nose_length":{"sampled":18,"keys":[{"key":"84","block":[{"key":"name","choices":["nose_length"]},{"key":"range","block":[]}]}]},"gene_nose_nostril_height":{"sampled":18,"keys":[{"key":"1","block":[{"key":"name","choices":["nose_nostril_height"]},{"key":"range","block":[]}]},{"key":"84","block":[{"key":"name","choices":["nose_nostril_height"]},{"key":"range","block":[]}]}]},"gene_nose_ridge_angle":{"sampled":20,"keys":[{"key":"1","block":[{"key":"name","choices":["nose_ridge_angle"]},{"key":"range","block":[]}]}]},"gene_nose_ridge_def":{"sampled":20,"keys":[{"key":"84","block":[{"key":"name","choices":["nose_ridge_def"]},{"key":"range","block":[]}]}]},"gene_nose_tip_width":{"sampled":20,"keys":[{"key":"84","block":[{"key":"name","choices":["nose_tip_width"]},{"key":"range","block":[]}]}]},"gene_old_eyes":{"sampled":20,"keys":[{"key":"10","block":[{"key":"name","choices":["old_eyes_01","old_eyes_02","old_eyes_03"]},{"key":"range","block":[]}]}]},"gene_old_forehead":{"sampled":20,"keys":[{"key":"10","block":[{"key":"name","choices":["old_forehead_01","old_forehead_02","old_forehead_03"]},{"key":"range","block":[]}]}]},"gene_old_mouth":{"sampled":20,"keys":[{"key":"10","block":[{"key":"name","choices":["old_mouth_01","old_mouth_02","old_mouth_03"]},{"key":"range","block":[]}]}]},"gene_surprise":{"sampled":20,"keys":[{"key":"9","block":[{"key":"name","choices":["surprise_01","surprise_02","surprise_03"]},{"key":"range","block":[]}]},{"key":"1","block":[{"key":"name","choices":["surprise_01","surprise_02","surprise_03"]},{"key":"range","block":[]}]}]},"hairstyles":{"sampled":22,"keys":[{"key":"10","block":[{"key":"name"},{"key":"range","block":[]}]}]},"mustaches":{"sampled":20,"keys":[{"key":"10","block":[{"key":"name","choices":["european_mustaches","asian_mustaches","no_mustache","african_mustaches","arabic_mustaches","indian_mustaches"]},{"key":"range","block":[]}]}]},"skin_color":{"sampled":21,"keys":[{"key":"10","block":[]}]}}},"event":{"sampled":2264,"keys":[{"key":"type","choices":["country_event","state_event"]},{"key":"placement"},{"key":"title"},{"key":"desc"},{"key":"flavor"},{"key":"duration","choices":["3","1","6","4","2","9"]},{"key":"event_image","block":[{"key":"video"}]},{"key":"on_created_soundeffect"},{"key":"icon"},{"key":"trigger","block":[]},{"key":"cooldown","block":[{"key":"days"}]},{"key":"immediate","block":[]},{"key":"option","block":[{"key":"name"}]}],"nameFromHeader":"namespace","blocks":{"cooldown":{"sampled":1403,"keys":[{"key":"days"}]},"event_image":{"sampled":2156,"keys":[{"key":"video"}]},"option":{"sampled":4840,"keys":[{"key":"name"}]}}},"game_concept":{"sampled":613,"keys":[]},"game_rule_category":{"sampled":15,"keys":[{"key":"default"}]},"geographic_region":{"sampled":165,"keys":[{"key":"short_key"},{"key":"state_regions","block":[]}]},"good":{"sampled":53,"keys":[{"key":"texture"},{"key":"cost","placeholder":"30"},{"key":"category","choices":["industrial","luxury","staple","military"]},{"key":"prestige_factor","choices":["4","3","5","6","10","8","2"]},{"key":"traded_quantity","placeholder":"5"},{"key":"convoy_cost_multiplier","choices":["0.5","0.15","0.25","1.0","1.5","0.05"]}]},"government_type":{"sampled":444,"keys":[{"key":"transfer_of_power","choices":["hereditary","dictatorial","presidential_elective","parliamentary_elective"]},{"key":"male_ruler"},{"key":"female_ruler"},{"key":"male_heir"},{"key":"female_heir"},{"key":"possible","block":[{"key":"has_law","choices":["law_type:law_social_monarchy","law_type:law_monarchy","law_type:law_colonial_administration","law_type:law_corporate_state","law_type:law_autocracy","law_type:law_technocracy","law_type:law_bakufu"]},{"key":"NOT","block":[]},{"key":"has_gov_regency","choices":["no","yes"]}]},{"key":"on_government_type_change","block":[{"key":"change_to_hereditary","choices":["yes"]}]},{"key":"on_post_government_type_change","block":[{"key":"post_change_to_hereditary","choices":["yes"]}]}],"blocks":{"on_government_type_change":{"sampled":443,"keys":[{"key":"change_to_hereditary","choices":["yes"]}]},"on_post_government_type_change":{"sampled":438,"keys":[{"key":"post_change_to_hereditary","choices":["yes"]}]},"possible":{"sampled":444,"keys":[{"key":"has_law","choices":["law_type:law_social_monarchy","law_type:law_monarchy","law_type:law_colonial_administration","law_type:law_corporate_state","law_type:law_autocracy","law_type:law_technocracy","law_type:law_bakufu"]},{"key":"NOT","block":[{"key":"is_subject_type","choices":["subject_type_crown_land"]}]},{"key":"has_gov_regency","choices":["no","yes"]}]}}},"harvest_condition_type":{"sampled":22,"keys":[{"key":"trigger","block":[]},{"key":"incompatible_with"},{"key":"range","block":[{"key":"integer_range","block":[]}]},{"key":"duration","block":[{"key":"fixed_range","block":[]}]},{"key":"modifier","block":[{"key":"building_group_bg_agriculture_throughput_add","choices":["-0.05","0.05"]},{"key":"building_group_bg_plantations_throughput_add","choices":["-0.05","0.05","0.1"]},{"key":"building_group_bg_ranching_throughput_add","choices":["-0.05","-0.03","0.03"]},{"key":"state_peasants_consumption_multiplier_add","choices":["0.03","0.025","-0.01","0.05"]}]},{"key":"intensity","block":[{"key":"fixed_range","block":[]}]},{"key":"chance","block":[{"key":"value","choices":["0.0025","0","0.05","0.003","0.0008","0.0015"]},{"key":"if","block":[]}]},{"key":"color","block":[]},{"key":"icon"},{"key":"map_texture"},{"key":"graphics"}],"blocks":{"chance":{"sampled":22,"keys":[{"key":"value","choices":["0.0025","0","0.05","0.003","0.0008","0.0015"]},{"key":"if","block":[{"key":"limit","block":[]},{"key":"multiply","choices":["1.5","1.2","1.3","1.4","1.1","100","25"]}]}]},"duration":{"sampled":22,"keys":[{"key":"fixed_range","block":[{"key":"min","choices":["36","24","12"]},{"key":"max","choices":["104","48","96","24","78","94"]}]}]},"intensity":{"sampled":22,"keys":[{"key":"fixed_range","block":[{"key":"min","choices":["2","0.5","3","0.25","0.1","1","4"]},{"key":"max","choices":["1","4","5","6","7","8"]}]}]},"modifier":{"sampled":22,"keys":[{"key":"building_group_bg_agriculture_throughput_add","choices":["-0.05","0.05"]},{"key":"building_group_bg_plantations_throughput_add","choices":["-0.05","0.05","0.1"]},{"key":"building_group_bg_ranching_throughput_add","choices":["-0.05","-0.03","0.03"]},{"key":"state_peasants_consumption_multiplier_add","choices":["0.03","0.025","-0.01","0.05"]}]},"range":{"sampled":22,"keys":[{"key":"integer_range","block":[{"key":"min","choices":["1"]},{"key":"max","choices":["2","1","5"]}]}]}}},"ideology":{"sampled":172,"keys":[{"key":"icon"}]},"interest_group_trait":{"sampled":99,"keys":[{"key":"icon"},{"key":"min_approval","choices":["loyal","happy"]},{"key":"modifier","block":[]}]},"journal_entry":{"sampled":419,"keys":[{"key":"icon"},{"key":"group"},{"key":"immediate","block":[]},{"key":"complete","block":[]},{"key":"on_complete","block":[{"key":"trigger_event","block":[]}]},{"key":"weight","placeholder":"1000"},{"key":"should_be_pinned_by_default_uninvolved_or_context","choices":["yes","no"]}],"blocks":{"on_complete":{"sampled":368,"keys":[{"key":"trigger_event","block":[{"key":"id"}]}]}}},"journal_entry_group":{"sampled":27,"keys":[{"key":"context","choices":["country","none"]},{"key":"updates_strategic_region_stances","choices":["yes"]}]},"law":{"sampled":138,"keys":[{"key":"group"},{"key":"icon"},{"key":"progressiveness","placeholder":"0"},{"key":"modifier","block":[]},{"key":"ai_enact_weight_modifier","block":[{"key":"value","choices":["0"]},{"key":"if","block":[]}]}],"blocks":{"ai_enact_weight_modifier":{"sampled":136,"keys":[{"key":"value","choices":["0"]},{"key":"if","block":[{"key":"limit","block":[]},{"key":"add","placeholder":"750"}]}]}}},"law_group":{"sampled":26,"keys":[{"key":"law_group_category","choices":["power_structure","economy","human_rights"]},{"key":"ideological_opinion_impact","choices":["0.25","0.5","1.0","2.0","0.0"]}]},"map_interaction_type":{"sampled":32,"keys":[{"key":"mapmode"},{"key":"clicksound"},{"key":"show_interaction_text_on_click","choices":["yes","no"]}]},"map_notification_type":{"sampled":23,"keys":[{"key":"message"}]},"message":{"sampled":469,"keys":[{"key":"type"},{"key":"texture"},{"key":"notification_type","choices":["feed","toast","popup","none"]}]},"military_formation_flag":{"sampled":30,"keys":[{"key":"icon"},{"key":"type","choices":["army","navy"]}]},"mobilization_option":{"sampled":18,"keys":[{"key":"texture"},{"key":"possible","block":[{"key":"market","block":[]}]},{"key":"on_activate_while_mobilized","block":[{"key":"custom_tooltip","block":[]}]},{"key":"on_deactivate","block":[{"key":"custom_tooltip","block":[]}]},{"key":"unlocking_technologies","block":[]},{"key":"upkeep_modifier","block":[]},{"key":"unit_modifier","block":[]},{"key":"ai_weight","block":[{"key":"value","choices":["1","0"]}]},{"key":"group","choices":["supplements","reconnaissance","special_weapons","supplies","transport","medic_support"]}],"blocks":{"ai_weight":{"sampled":18,"keys":[{"key":"value","choices":["1","0"]}]},"on_activate_while_mobilized":{"sampled":11,"keys":[{"key":"custom_tooltip","block":[{"key":"text","choices":["mobilization_option_it_hurts_organization_when_you_adjust_equipment_tt","mobilization_option_it_hurts_organization_to_add_medic_support_tt","mobilization_option_it_hurts_morale_when_you_force_people_to_march_faster_while_in_combat_tt"]},{"key":"add_organization","block":[]}]}]},"on_deactivate":{"sampled":10,"keys":[{"key":"custom_tooltip","block":[{"key":"text","choices":["mobilization_option_it_hurts_organization_when_you_adjust_equipment_tt","mobilization_option_it_hurts_morale_and_organization_when_you_remove_medic_support_tt"]},{"key":"add_organization","block":[]}]}]},"possible":{"sampled":17,"keys":[{"key":"market","block":[]}]}}},"modifier_type":{"sampled":2362,"keys":[{"key":"decimals","choices":["1","0","2"]},{"key":"color","choices":["good","neutral","bad"]},{"key":"game_data","block":[{"key":"ai_value","placeholder":"0"}]}],"blocks":{"game_data":{"sampled":2188,"keys":[{"key":"ai_value","placeholder":"0"}]}}},"objective_subgoal":{"sampled":86,"keys":[{"key":"category","choices":["sgcat_tutorial","sgcat_great_game","sgcat_economic_dominance","sgcat_hegemon","sgcat_egalitarian_society"]},{"key":"is_repeatable","choices":["no","yes"]},{"key":"trigger","block":[]},{"key":"on_start","block":[{"key":"add_journal_entry","block":[]}]}],"blocks":{"on_start":{"sampled":86,"keys":[{"key":"add_journal_entry","block":[{"key":"type"},{"key":"objective_subgoal"}]}]}}},"on_action":{"sampled":262,"keys":[{"key":"effect","block":[]}]},"party":{"sampled":12,"keys":[{"key":"color","block":[]},{"key":"name","block":[{"key":"first_valid","block":[]}]},{"key":"icon","block":[{"key":"default"}]},{"key":"unlocking_technologies","block":[]},{"key":"available_for_interest_group","block":[{"key":"owner","block":[]}]},{"key":"valid_for_country","block":[{"key":"always","choices":["yes"]}]},{"key":"join_weight","block":[{"key":"value","block":[]},{"key":"if","block":[]},{"key":"else_if","block":[]}]}],"blocks":{"available_for_interest_group":{"sampled":12,"keys":[{"key":"owner","block":[{"key":"country_has_voting_franchise","choices":["yes"]},{"key":"OR","block":[]}]}]},"icon":{"sampled":12,"keys":[{"key":"default"}]},"join_weight":{"sampled":12,"keys":[{"key":"value","block":[{"key":"value","choices":["-5"]},{"key":"desc","choices":["base_value"]}]},{"key":"if","block":[{"key":"limit","block":[]},{"key":"add","block":[]}]},{"key":"else_if","block":[{"key":"limit","block":[]},{"key":"multiply","block":[]}]}]},"name":{"sampled":12,"keys":[{"key":"first_valid","block":[{"key":"triggered_desc","block":[]}]}]},"valid_for_country":{"sampled":11,"keys":[{"key":"always","choices":["yes"]}]}}},"political_lobby_appeasement":{"sampled":49,"keys":[{"key":"duration_to_show","block":[{"key":"months","choices":["60","12"]}]}],"blocks":{"duration_to_show":{"sampled":49,"keys":[{"key":"months","choices":["60","12"]}]}}},"political_movement":{"sampled":39,"keys":[{"key":"category","choices":["movement_category_ideological","movement_category_pan_national","movement_category_religious","movement_category_cultural","movement_category_cultural_majority"]},{"key":"ideology"},{"key":"character_ideologies","block":[]},{"key":"creation_trigger","block":[]},{"key":"creation_weight","block":[{"key":"value","choices":["100","1000","10","200","50","5000"]},{"key":"if","block":[]}]},{"key":"on_created","block":[{"key":"add_movement_enthusiasm_modifier","choices":["yes"]}]},{"key":"disband_trigger","block":[]},{"key":"character_support_trigger","block":[{"key":"OR","block":[]}]},{"key":"character_support_weight","block":[{"key":"value","choices":["200","100","50","250"]},{"key":"if","block":[]}]},{"key":"pop_support_trigger","block":[]},{"key":"pop_support_factors","block":[]},{"key":"pop_support_weight","block":[{"key":"if","block":[]},{"key":"add","block":[]},{"key":"else_if","block":[]},{"key":"multiply","block":[]}]},{"key":"revolution","block":[{"key":"possible","block":[]},{"key":"weight","block":[]},{"key":"state_weight","block":[]}]},{"key":"secession","block":[{"key":"possible","block":[]},{"key":"weight","block":[]},{"key":"state_weight","block":[]}]},{"key":"additional_radicalism_factors","block":[{"key":"if","block":[]}]}],"blocks":{"additional_radicalism_factors":{"sampled":39,"keys":[{"key":"if","block":[{"key":"limit","block":[]},{"key":"add","block":[]}]}]},"character_support_trigger":{"sampled":39,"keys":[{"key":"OR","block":[{"key":"has_ideology"}]}]},"character_support_weight":{"sampled":39,"keys":[{"key":"value","choices":["200","100","50","250"]},{"key":"if","block":[{"key":"limit","block":[]},{"key":"multiply","block":[]}]}]},"creation_weight":{"sampled":39,"keys":[{"key":"value","choices":["100","1000","10","200","50","5000"]},{"key":"if","block":[{"key":"limit","block":[]},{"key":"multiply","block":[]}]}]},"on_created":{"sampled":38,"keys":[{"key":"add_movement_enthusiasm_modifier","choices":["yes"]}]},"pop_support_weight":{"sampled":39,"keys":[{"key":"if","block":[{"key":"limit","block":[]}]},{"key":"add","block":[{"key":"desc","choices":["URBAN_STATE","POP_BASE_SUPPORT","POP_LOYALISTS","SLAVE_STATE"]},{"key":"value","choices":["10","0.5","5","1","3","9","pop_loyalist_fraction"]},{"key":"multiply","choices":["state.state_urbanization_rate","10"]}]},{"key":"else_if","block":[{"key":"limit","block":[]}]},{"key":"multiply","block":[{"key":"desc","choices":["POP_LITERACY","POP_RADICALS","POP_CULTURE_FERVOR","ACCEPTANCE","BACKWARDSNESS","LOYALTY_OF_STATE_DAIMYO","POP_ACCEPTANCE"]},{"key":"value"},{"key":"add","choices":["0.10","1","0.2","0.15","0.20","0.25","0.50","state.state_daimyo_loyalty"]}]}]},"revolution":{"sampled":35,"keys":[{"key":"possible","block":[{"key":"political_movement_support","choices":["0.05","0.10"]}]},{"key":"weight","block":[{"key":"value","choices":["100","1000","50"]}]},{"key":"state_weight","block":[{"key":"value","choices":["1","0.25","state_urbanization_rate","0.5","0"]},{"key":"add","choices":["scope:clout"]},{"key":"subtract","choices":["this.loyalists","state_urbanization_rate"]},{"key":"if","block":[]}]}]},"secession":{"sampled":36,"keys":[{"key":"possible","block":[{"key":"political_movement_support","choices":["0.05","0.15"]}]},{"key":"weight","block":[{"key":"value","choices":["1000","50","10","150"]}]},{"key":"state_weight","block":[{"key":"value","choices":["1","state_urbanization_rate","0","0.25","1.5"]},{"key":"if","block":[]},{"key":"subtract","choices":["this.loyalists","state_urbanization_rate"]}]}]}}},"political_movement_pop_support":{"sampled":60,"keys":[{"key":"name"}]},"pop_need":{"sampled":15,"keys":[{"key":"default"},{"key":"entry","block":[{"key":"goods"},{"key":"weight","placeholder":"1"},{"key":"max_supply_share","choices":["0.75","0.5","1.0","0.25","0.9","0.2","0.33","0.8"]},{"key":"min_supply_share","choices":["0.0","0.1","0.10"]}]}],"blocks":{"entry":{"sampled":52,"keys":[{"key":"goods"},{"key":"weight","placeholder":"1"},{"key":"max_supply_share","choices":["0.75","0.5","1.0","0.25","0.9","0.2","0.33","0.8"]},{"key":"min_supply_share","choices":["0.0","0.1","0.10"]}]}}},"pop_type":{"sampled":15,"keys":[{"key":"texture"},{"key":"color","block":[]},{"key":"start_quality_of_life","choices":["10","7","20","5","1"]},{"key":"wage_weight","choices":["1.5","3","5","4","0","0.2","1","2"]},{"key":"paid_private_wage","choices":["yes","no"]},{"key":"literacy_target","choices":["0.80","0.20","0.10","0.40","0.50","0.60","0.70"]},{"key":"dependent_wage","choices":["0.5","0.0","0.25"]},{"key":"unemployment","choices":["yes","no"]},{"key":"political_engagement_base","choices":["0.7","0.1","0.5","0.20","0.25","0.3","0.40"]},{"key":"political_engagement_literacy_factor","choices":["0.3","0.6","0.5","0.40","0.7","0.8","1.0"]},{"key":"political_engagement_mult","block":[{"key":"value","choices":["1","1.0"]},{"key":"add","block":[]}]},{"key":"qualifications_growth_desc"},{"key":"qualifications","block":[{"key":"if","block":[]},{"key":"else_if","block":[]},{"key":"else","block":[]}]},{"key":"portrait_age","block":[{"key":"integer_range","block":[]}]},{"key":"portrait_pose","block":[{"key":"value","choices":["0"]}]},{"key":"portrait_is_female","block":[{"key":"always","choices":["yes"]}]}],"blocks":{"political_engagement_mult":{"sampled":15,"keys":[{"key":"value","choices":["1","1.0"]},{"key":"add","block":[{"key":"desc","choices":["POP_STARVATION"]},{"key":"if","block":[]},{"key":"else_if","block":[]}]}]},"portrait_age":{"sampled":15,"keys":[{"key":"integer_range","block":[{"key":"min"},{"key":"max"}]}]},"portrait_is_female":{"sampled":15,"keys":[{"key":"always","choices":["yes"]}]},"portrait_pose":{"sampled":15,"keys":[{"key":"value","choices":["0"]}]},"qualifications":{"sampled":11,"keys":[{"key":"if","block":[{"key":"limit","block":[]},{"key":"multiply","block":[]}]},{"key":"else_if","block":[{"key":"limit","block":[]},{"key":"value","block":[]}]},{"key":"else","block":[{"key":"value","block":[]}]}]}}},"power_bloc_map_texture":{"sampled":18,"keys":[{"key":"texture"}]},"power_bloc_name":{"sampled":200,"keys":[{"key":"trigger","block":[]}]},"power_bloc_principle":{"sampled":69,"keys":[{"key":"icon"},{"key":"background"},{"key":"member_modifier","block":[]},{"key":"ai_weight","block":[{"key":"value","choices":["1000","100","200","0"]}]}],"blocks":{"ai_weight":{"sampled":69,"keys":[{"key":"value","choices":["1000","100","200","0"]}]}}},"power_bloc_principle_group":{"sampled":23,"keys":[{"key":"primary_for_identity","choices":["identity_cultural","identity_ideological_union","identity_military_treaty_organization","identity_religious","identity_sovereign_empire","identity_trade_league"]},{"key":"levels","block":[]}]},"prestige_good":{"sampled":72,"keys":[{"key":"possible","block":[{"key":"has_dlc_feature","choices":["mp1_content"]}]},{"key":"base_good"},{"key":"prestige_bonus","choices":["0.1"]},{"key":"texture"}],"blocks":{"possible":{"sampled":72,"keys":[{"key":"has_dlc_feature","choices":["mp1_content"]}]}}},"production_method":{"sampled":436,"keys":[{"key":"texture"},{"key":"building_modifiers","block":[{"key":"workforce_scaled","block":[]},{"key":"level_scaled","block":[]}]}],"blocks":{"building_modifiers":{"sampled":393,"keys":[{"key":"workforce_scaled","block":[]},{"key":"level_scaled","block":[{"key":"building_employment_laborers_add","placeholder":"3000"}]}]}}},"production_method_group":{"sampled":197,"keys":[{"key":"texture"},{"key":"production_methods","block":[]}]},"proposal_type":{"sampled":10,"keys":[{"key":"has_dynamic_texture","choices":["yes"]},{"key":"open_popup","choices":["diplomatic_proposal","diplomatic_proposal_break","sway_offer","diplomatic_demand","treaty_proposal"]},{"key":"dynamic_texture_postfix","choices":["break","obligation","break_obligation"]},{"key":"days"}]},"religion":{"sampled":17,"keys":[{"key":"icon"},{"key":"heritage","choices":["heritage_dharmic","heritage_christian","heritage_islamic","heritage_taoic","heritage_indigenous","heritage_jewish","heritage_materialist"]},{"key":"color","block":[]}]},"script_value":{"sampled":246,"keys":[{"key":"value"},{"key":"if","block":[{"key":"limit","block":[]},{"key":"add"}]}],"blocks":{"if":{"sampled":419,"keys":[{"key":"limit","block":[]},{"key":"add"}]}}},"scripted_button":{"sampled":218,"keys":[{"key":"name"},{"key":"desc"},{"key":"visible","block":[]},{"key":"possible","block":[]},{"key":"effect","block":[{"key":"custom_tooltip"}]},{"key":"ai_chance","block":[{"key":"value","placeholder":"10"}]}],"blocks":{"ai_chance":{"sampled":209,"keys":[{"key":"value","placeholder":"10"}]},"effect":{"sampled":218,"keys":[{"key":"custom_tooltip"}]}}},"scripted_effect":{"sampled":721,"keys":[{"key":"if","block":[{"key":"limit","block":[]}]}],"blocks":{"if":{"sampled":1033,"keys":[{"key":"limit","block":[]}]}}},"scripted_gui":{"sampled":22,"keys":[{"key":"scope","choices":["country","character","political_movement","state"]},{"key":"effect","block":[{"key":"if","block":[]}]}],"blocks":{"effect":{"sampled":20,"keys":[{"key":"if","block":[{"key":"limit","block":[]}]}]}}},"scripted_progress_bar":{"sampled":42,"keys":[{"key":"name"},{"key":"desc"},{"key":"monthly_progress","block":[{"key":"if","block":[]}]},{"key":"start_value","placeholder":"10"},{"key":"min_value","choices":["0","1","-10","-40"]},{"key":"max_value","placeholder":"100"}],"blocks":{"monthly_progress":{"sampled":35,"keys":[{"key":"if","block":[{"key":"limit","block":[]},{"key":"add","block":[]}]}]}}},"scripted_rule":{"sampled":18,"keys":[]},"scripted_trigger":{"sampled":735,"keys":[]},"ship_modification":{"sampled":259,"keys":[{"key":"type","choices":["ship_mod_slot_armor","ship_mod_slot_propulsion","ship_mod_slot_guns","ship_mod_slot_range","ship_mod_slot_utility_1"]},{"key":"icon"},{"key":"clicksound"},{"key":"modifier","block":[]},{"key":"construction_goods","block":[]},{"key":"ai_weight","block":[{"key":"value","choices":["1","2","3","10","100"]},{"key":"multiply","choices":["ship_mod_market_multiplier","ship_mod_coastal_defence_doctrine","ship_mod_jeune_ecole_doctrine","ship_mod_power_projection_doctrine","ship_mod_merchant_navy_doctrine","ship_mod_capital_doctrine"]}]}],"blocks":{"ai_weight":{"sampled":251,"keys":[{"key":"value","choices":["1","2","3","10","100"]},{"key":"multiply","choices":["ship_mod_market_multiplier","ship_mod_coastal_defence_doctrine","ship_mod_jeune_ecole_doctrine","ship_mod_power_projection_doctrine","ship_mod_merchant_navy_doctrine","ship_mod_capital_doctrine"]}]}}},"ship_name_definition":{"sampled":86,"keys":[{"key":"name"},{"key":"selection_weight","choices":["10","1","15","3","4","5","9"]},{"key":"country"},{"key":"allowed_ship_types","block":[]},{"key":"properties","block":[]}]},"ship_type":{"sampled":21,"keys":[{"key":"ship_group","choices":["ship_group_capital_ships","ship_group_cruisers","ship_group_torpedo_craft","ship_group_supply_ships"]},{"key":"modification_construction_cost","placeholder":"80"},{"key":"can_be_flagship","choices":["yes"]},{"key":"is_obsolete","block":[{"key":"has_technology_researched","choices":["pre_dreadnought_tech","dreadnought_tech","ironclad_tech","monitor_tech","sea_lane_strategies","battleship_tech","carrier_tech","destroyer"]}]},{"key":"modifier","block":[{"key":"ship_construction_progress_max_add","choices":["25","5"]},{"key":"ship_hit_points_max_add","placeholder":"2200"},{"key":"ship_crew_max_add","placeholder":"200"},{"key":"ship_movement_speed_add","choices":["4.5","5","4","4.0","8","10","3","3.0"]},{"key":"ship_supply_capacity_add","placeholder":"40"},{"key":"ship_hull_damage_add","placeholder":"130"},{"key":"ship_crew_damage_add","placeholder":"30"},{"key":"ship_armor_add","placeholder":"20"},{"key":"ship_critical_hit_chance_add","choices":["0.05","0.15","0.1","0.10"]},{"key":"ship_critical_hit_multiplier_add","choices":["0.25","0.1","0.5"]},{"key":"ship_vulnerability_add","placeholder":"100"},{"key":"ship_screening_add","placeholder":"10"},{"key":"ship_readiness_gain_add","choices":["10"]},{"key":"ship_accuracy_add","choices":["5","15","20","6","7"]},{"key":"ship_visibility_add","placeholder":"10"},{"key":"ship_detection_add","placeholder":"20"},{"key":"ship_blockade_strength_add","placeholder":"100"},{"key":"ship_carrying_capacity_add","choices":["0.15","0.3","2.5","1","1.5","1.8","3"]},{"key":"ship_marine_capacity_add","placeholder":"0.075"}]},{"key":"is_very_obsolete","block":[{"key":"has_technology_researched","choices":["battleship_tech","dreadnought_tech","monitor_tech","pre_dreadnought_tech","destroyer"]}]},{"key":"construction_goods","block":[{"key":"goods_input_steel_add","placeholder":"1300"},{"key":"goods_input_engines_add","placeholder":"650"},{"key":"goods_input_iron_add","choices":["650","2500","2600","900","2000","325","780"]}]},{"key":"materiel_goods","block":[{"key":"goods_input_groceries_add","choices":["1"]},{"key":"goods_input_coal_add","choices":["1"]},{"key":"goods_input_steel_add","choices":["0.1"]}]},{"key":"unlocking_technologies","block":[]},{"key":"icon"},{"key":"profile_texture"},{"key":"ai_weight","choices":["2","1.5","0.1"]},{"key":"modifications","block":[{"key":"ship_mod_slot_armor","block":[]},{"key":"ship_mod_slot_guns","block":[]},{"key":"ship_mod_slot_propulsion","block":[]},{"key":"ship_mod_slot_range","block":[]},{"key":"ship_mod_slot_utility_1","block":[]}]}],"blocks":{"construction_goods":{"sampled":21,"keys":[{"key":"goods_input_steel_add","placeholder":"1300"},{"key":"goods_input_engines_add","placeholder":"650"},{"key":"goods_input_iron_add","choices":["650","2500","2600","900","2000","325","780"]}]},"is_obsolete":{"sampled":14,"keys":[{"key":"has_technology_researched","choices":["pre_dreadnought_tech","dreadnought_tech","ironclad_tech","monitor_tech","sea_lane_strategies","battleship_tech","carrier_tech","destroyer"]}]},"is_very_obsolete":{"sampled":11,"keys":[{"key":"has_technology_researched","choices":["battleship_tech","dreadnought_tech","monitor_tech","pre_dreadnought_tech","destroyer"]}]},"materiel_goods":{"sampled":21,"keys":[{"key":"goods_input_groceries_add","choices":["1"]},{"key":"goods_input_coal_add","choices":["1"]},{"key":"goods_input_steel_add","choices":["0.1"]}]},"modifications":{"sampled":21,"keys":[{"key":"ship_mod_slot_armor","block":[]},{"key":"ship_mod_slot_guns","block":[]},{"key":"ship_mod_slot_propulsion","block":[]},{"key":"ship_mod_slot_range","block":[]},{"key":"ship_mod_slot_utility_1","block":[]}]},"modifier":{"sampled":21,"keys":[{"key":"ship_construction_progress_max_add","choices":["25","5"]},{"key":"ship_hit_points_max_add","placeholder":"2200"},{"key":"ship_crew_max_add","placeholder":"200"},{"key":"ship_movement_speed_add","choices":["4.5","5","4","4.0","8","10","3","3.0"]},{"key":"ship_supply_capacity_add","placeholder":"40"},{"key":"ship_hull_damage_add","placeholder":"130"},{"key":"ship_crew_damage_add","placeholder":"30"},{"key":"ship_armor_add","placeholder":"20"},{"key":"ship_critical_hit_chance_add","choices":["0.05","0.15","0.1","0.10"]},{"key":"ship_critical_hit_multiplier_add","choices":["0.25","0.1","0.5"]},{"key":"ship_vulnerability_add","placeholder":"100"},{"key":"ship_screening_add","placeholder":"10"},{"key":"ship_readiness_gain_add","choices":["10"]},{"key":"ship_accuracy_add","choices":["5","15","20","6","7"]},{"key":"ship_visibility_add","placeholder":"10"},{"key":"ship_detection_add","placeholder":"20"},{"key":"ship_blockade_strength_add","placeholder":"100"},{"key":"ship_carrying_capacity_add","choices":["0.15","0.3","2.5","1","1.5","1.8","3"]},{"key":"ship_marine_capacity_add","placeholder":"0.075"}]}}},"social_class":{"sampled":14,"keys":[{"key":"social_hierarchy","choices":["edo_system","british_indian_caste_system","default_social_hierarchy"]},{"key":"strata","choices":["lower","middle","upper"]},{"key":"allowed_professions","block":[]}]},"state_trait":{"sampled":239,"keys":[{"key":"icon"},{"key":"modifier","block":[]}]},"static_modifier":{"sampled":6127,"keys":[{"key":"icon"}]},"strait_definition":{"sampled":12,"keys":[{"key":"type","choices":["natural","artificial"]},{"key":"total_block_requires_full_control","choices":["no","yes"]},{"key":"military_block_requires_full_control","choices":["no","yes"]},{"key":"first_land_endpoint"},{"key":"second_land_endpoint"},{"key":"first_sea_endpoint"},{"key":"second_sea_endpoint"}]},"strategic_region":{"sampled":142,"keys":[{"key":"states","block":[]}]},"technology":{"sampled":179,"keys":[{"key":"era","choices":["era_3","era_1","era_2","era_4","era_5"]},{"key":"texture"},{"key":"category","choices":["society","military","production"]},{"key":"modifier","block":[]},{"key":"unlocking_technologies","block":[]},{"key":"ai_weight","block":[{"key":"value","choices":["1","2","1.5","3"]}]}],"blocks":{"ai_weight":{"sampled":179,"keys":[{"key":"value","choices":["1","2","1.5","3"]}]}}},"terrain":{"sampled":25,"keys":[{"key":"label","choices":["label_developed","label_flat","label_hazardous","label_travel_harsh_environment","label_forested","label_water","label_elevated"]},{"key":"weight","choices":["2","1","1.5"]},{"key":"textures","block":[]},{"key":"combat_width","choices":["1.5","0.5","0.8","0.6","0.7","1","0.4"]},{"key":"risk","choices":["0.1","0.2","0.5","0.15","0.3","0.6"]},{"key":"debug_color","block":[]},{"key":"pollution_mask_strength","choices":["1.0","0.1","0.25","0.5"]},{"key":"devastation_mask_strength","choices":["1.0","0.0"]}]},"terrain_manipulator":{"sampled":14,"keys":[{"key":"created_terrain"},{"key":"terrain_mask","choices":["mask_dynamic_farmland","mask_dynamic_forestry","mask_dynamic_mining"]},{"key":"preferred_terrain","choices":["plains","forest","hills"]},{"key":"city_type","choices":["farm","city","mine","port","wood"]},{"key":"toggle_map_object_layers","block":[]}]},"theme":{"sampled":60,"keys":[{"key":"category"},{"key":"dlc","choices":["dlc004","dlc011","dlc016","dlc018","dlc007","dlc014","dlc010","dlc013"]},{"key":"bulk_selection_group","choices":["default","ep2","ip2","votp","ap1","ip3","ip4"]},{"key":"map_object","block":[{"key":"pdxmesh"},{"key":"locator"}]},{"key":"dynamic_weight","block":[{"key":"value","choices":["0","root.gdp"]},{"key":"if","block":[]},{"key":"else_if","block":[]}]}],"blocks":{"dynamic_weight":{"sampled":38,"keys":[{"key":"value","choices":["0","root.gdp"]},{"key":"if","block":[{"key":"limit","block":[]},{"key":"add","choices":["100","250"]}]},{"key":"else_if","block":[{"key":"limit","block":[]},{"key":"add","choices":["10"]}]}]},"map_object":{"sampled":64,"keys":[{"key":"pdxmesh"},{"key":"locator"}]}}},"treaty_article":{"sampled":34,"keys":[{"key":"kind","choices":["directed","mutual"]},{"key":"cost","choices":["25","10","0","50","100","150"]},{"key":"relations_progress_per_day","choices":["0.5","-0.25","1","-0.5","1.5"]},{"key":"icon"},{"key":"max_target_involvement","choices":["1000","2000","250","500","3000"]},{"key":"flags","block":[]},{"key":"target_involvement_applies_to","choices":["source_country","target_country","mutual"]},{"key":"usage_limit","choices":["once_per_side","once_per_side_with_same_inputs","once_per_treaty"]},{"key":"maintenance_paid_by","choices":["target_country","source_country"]},{"key":"visible","block":[]},{"key":"unlocked_by_technologies","block":[]},{"key":"possible","block":[]},{"key":"can_ratify","block":[{"key":"custom_tooltip","block":[]}]},{"key":"on_entry_into_force","block":[]},{"key":"on_withdrawal","block":[]},{"key":"on_break","block":[]},{"key":"ai","block":[{"key":"treaty_categories","block":[]},{"key":"evaluation_chance","block":[]},{"key":"article_ai_usage","block":[]},{"key":"inherent_accept_score","block":[]}]},{"key":"wargoal","block":[{"key":"execution_priority","choices":["21","71"]},{"key":"contestion_type","choices":["control_any_target_country_state","control_any_target_incorporated_state","control_target_country_capital","control_target_state"]},{"key":"maneuvers","block":[]},{"key":"infamy","block":[]}]}],"blocks":{"ai":{"sampled":34,"keys":[{"key":"treaty_categories","block":[]},{"key":"evaluation_chance","block":[{"key":"value","choices":["0.1","0","0.0","0.25","0.01","0.025","0.05","0.2"]},{"key":"if","block":[]}]},{"key":"article_ai_usage","block":[]},{"key":"inherent_accept_score","block":[{"key":"value","choices":["0"]},{"key":"if","block":[]},{"key":"else","block":[]}]}]},"can_ratify":{"sampled":34,"keys":[{"key":"custom_tooltip","block":[{"key":"text","choices":["DUPLICATE_ARTICLE_SAME_INPUTS_TREATY","DUPLICATE_ARTICLE_SAME_INPUTS","STATE_TRANSFER_NOT_OWNER","TRANSFER_SUBJECT_NOT_OVERLORD","TREATY_SHIP_IN_BATTLE","alliance_multilateral_alliances_first_country_tt","alliance_multilateral_alliances_second_country_tt","military_assistance_limit_tt"]},{"key":"NOT","block":[]}]}]},"wargoal":{"sampled":21,"keys":[{"key":"execution_priority","choices":["21","71"]},{"key":"contestion_type","choices":["control_any_target_country_state","control_any_target_incorporated_state","control_target_country_capital","control_target_state"]},{"key":"maneuvers","block":[{"key":"value","choices":["0","2.5"]},{"key":"add","block":[]}]},{"key":"infamy","block":[{"key":"value","choices":["0","0.25"]},{"key":"add","block":[]}]}]}}},"trigger_localization":{"sampled":1672,"keys":[{"key":"global"},{"key":"global_not"},{"key":"third"}]},"tutorial_lesson":{"sampled":66,"keys":[{"key":"start_automatically","choices":["no"]},{"key":"chain","choices":["lesson_chain_journal_guides","lesson_chain_intro","lesson_chain_pops"]}]},"war_goal_type":{"sampled":34,"keys":[{"key":"icon"},{"key":"kind"},{"key":"settings","block":[]},{"key":"execution_priority","placeholder":"12"},{"key":"contestion_type","choices":["control_half_target_country_states","control_all_own_states","control_any_target_incorporated_state","control_target_state","control_any_target_country_state","control_all_target_country_claims","control_any_releasable_state","control_own_state"]},{"key":"target_type","choices":["country","treaty_article","state"]},{"key":"possible","block":[]},{"key":"valid","block":[]},{"key":"maneuvers","block":[{"key":"value","choices":["0"]},{"key":"add","block":[]}]},{"key":"infamy","block":[{"key":"value","choices":["0","5"]},{"key":"add","block":[]}]},{"key":"on_enforced","block":[]},{"key":"ai","block":[{"key":"is_significant_demand","choices":["no","yes"]}]}],"blocks":{"ai":{"sampled":34,"keys":[{"key":"is_significant_demand","choices":["no","yes"]}]},"infamy":{"sampled":34,"keys":[{"key":"value","choices":["0","5"]},{"key":"add","block":[{"key":"desc","choices":["INFAMY_BASE_VALUE","INFAMY_STATE_GDP_FACTOR"]},{"key":"value","choices":["2","0.25","0.5","0.10","5","0.1","scope:target_state.gdp"]}]}]},"maneuvers":{"sampled":34,"keys":[{"key":"value","choices":["0"]},{"key":"add","block":[{"key":"desc","choices":["MANEUVERS_BASE_VALUE"]},{"key":"value","choices":["10","1","20","2.5","30","5","8"]}]}]}}}}}